/* 

TemplateMo 551 Stand Blog

https://templatemo.com/tm-551-stand-blog

*/

body {
  font-family: 'Roboto', "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #7a7a7a;
	line-height: 35px;
}
a {
	text-decoration: none!important;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
    font-family: 'Noto Serif', "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #222;
}
h3 {
    font-size: 24px;
    line-height: 28px;
}

.main-button a {
	display: inline-block;
	background-color: #EE3888;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
}

.main-button a:hover {
	background-color: #fb9857;
}

.heading-page {
	padding-top: 20px;
}

.page-heading {
	margin: 0px 10px;
	padding: 120px 0px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: url(../images/heading-bg.jpg); */
}

.page-heading .text-content h4 {
	color: #EE3888;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#preloader {
  overflow: hidden;
  background: #EE3888;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Header Style */
header {
	position: relative;
	z-index: 1000;
	margin-top: 60px;
	width: 100%;
	height: 100px;
	background-color: #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 25px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	height: 80px;
	position: fixed;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #EE3888!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #1e1e1e;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-size: 44px;
	font-style: normal;
	color: #EE3888;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #1e1e1e;
	transition: all 0.3s;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #EE3888;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #EE3888;	
	height: 46px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 25px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'FontAwesome';
}



/* Banner Style */
.main-banner .container-fluid {
	padding: 0px 10px;
	margin-bottom: -24px;
}

.blog-posts {
	margin-top: 20px;
}

/* Call To Action */

.call-to-action {
	margin-top: 100px;
}
.box{
	width: 100vw;
}

.call-to-action .main-content {
	padding: 40px;
	background-image: url(../images/cta-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action .main-content span {
	color: #EE3888;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.call-to-action .main-content h4 {
	margin-bottom: 0px;
	margin-top: 12px;
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0.25px;
}

.call-to-action .main-content .main-button {
	text-align: right;
	margin-top: 12px;
}



/* Blog Posts */
.blog-posts .blog-post {
	margin-bottom: 30px;
}

.blog-posts .blog-thumb img {
    width: 100%;
    overflow: hidden;
}

.blog-posts .down-content {
	padding: 40px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.blog-posts .down-content span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 900;
	color: #EE3888;
}

.blog-posts .down-content h4 {
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #20232e;
	margin: 10px 0px 12px 0px;
}

.blog-posts .down-content ul.post-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.blog-posts .down-content ul.post-info li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-posts .down-content ul.post-info li a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    background-color: #f8f9fa;
    color: #495057;
    border-radius: 20px;
    transition: all 0.3s;
    text-decoration: none;
    margin: 0;
}

.blog-posts .down-content ul.post-info li a:hover {
    background-color: #EE3888;
    color: #fff;
    text-decoration: none;
}

.blog-posts .down-content p {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #eee;
}

.blog-posts .down-content ul.post-share {
	text-align: right;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
	display: inline-block;
}

.blog-posts .down-content ul.post-tags li:first-child i,
.blog-posts .down-content ul.post-share li:first-child i {
	color: #EE3888;
	margin-right: 5px;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
	color: #aaa;
}

.blog-posts .down-content ul.post-tags li a,
.blog-posts .down-content ul.post-share li a {
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
	transition: all .3s;
}

.blog-posts .down-content ul.post-tags li a:hover,
.blog-posts .down-content ul.post-share li a:hover {
	color: #EE3888;
}

.blog-posts .main-button a {
	height: 60px;
	line-height: 60px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

ul.page-numbers {
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0px 5px;
}

ul.page-numbers li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	color: #7a7a7a;
	border: 1px solid #eee;
	font-weight: 500;
	transition: all 0.3s;
}

ul.page-numbers li.active a {
	background-color: #EE3888;
	border-color: #EE3888;
	color: #fff;
}

ul.page-numbers li a:hover {
	color: #EE3888;
}

.blog-posts .sidebar-heading h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.blog-posts .comments {
	margin-top: 30px;
}

.blog-posts .comments ul li {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.blog-posts .comments ul li.replied {
	padding-left: 130px;
}

.blog-posts .comments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.blog-posts .comments ul li .author-thumb {
	display: inline;
	float: left;
}

.blog-posts .comments ul li .author-thumb img {
	max-width: 100px;
	display: inline;
}

.blog-posts .comments ul li .right-content {
	margin-left: 130px;
}

.blog-posts .comments ul li .right-content h4 {
	color: #20232e;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.blog-posts .comments ul li .right-content h4 span {
	font-size: 14px;
    color: #aaa;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-left: 20px;
}

.blog-posts .submit-comment {
	margin-top: 60px;
}

.blog-posts .submit-comment input {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.blog-posts .submit-comment textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	height: 180px;
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.blog-posts .submit-comment input::placeholder,
.blog-posts .submit-comment textarea::placeholder {
	color: #aaa;
}

.blog-posts .submit-comment button {
	display: inline-block;
	background-color: #EE3888;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
}

.blog-posts .submit-comment button:hover {
	background-color: #fb9857;
}

/* Sidebar */

.sidebar {
	margin-left: 30px;
}

.sidebar .sidebar-item {
	margin-top: 50px;
}

.sidebar .search {
	margin-top: 0px;
}

.sidebar .sidebar-heading h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.sidebar .search input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
}

.sidebar .search input::placeholder {
	color: #aaa;
}

.sidebar .recent-posts ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.sidebar .recent-posts ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.sidebar .recent-posts ul li h5 {
	font-size: 19px;
	font-weight: 900;
	color: #20232e;
	line-height: 30px;
	transition: all 0.3s;
}

.sidebar .recent-posts ul li h5:hover {
	color: #EE3888;
}

.sidebar .recent-posts ul li span {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 8px;
}

.sidebar .categories ul li {
	margin-bottom: 15px;
}

.sidebar .categories ul li:last-child {
	margin-bottom: 0px;
}

.sidebar .categories ul li a {
	font-size: 15px;
	font-weight: 700;
	color: #20232e;
	transition: all .3s;
}

.sidebar .categories ul li a:hover {
	color: #EE3888;
}

.sidebar .tags ul li {
	margin-right: 6px;
	display: inline-block;
}

.sidebar .tags ul li {
	margin-bottom: 10px;
}

.sidebar .tags ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #aaa;
	display: inline-block;
	border: 1px solid #eee;
	padding: 10px 18px;
	transition: all .3s;
}

.sidebar .tags ul li a:hover {
	background-color: #EE3888;
	border-color: #EE3888;
	color: #fff;
}


/* Footer */

footer {
	margin-top: 0px;
	text-align: left;
	background-color: #20232e;
	padding: 60px 0px;
}

footer ul.social-icons {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(250,250,250,0.15);
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 30px;
}

footer ul.social-icons li:after {
	content: "|";
	color: #fff;
	margin-left: 30px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li:last-child::after {
	display: none;
}

footer ul.social-icons li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.25px;
	transition: all .3s;
}

footer ul.social-icons li a:hover {
	color: #EE3888;
}

footer p {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

footer p a {
	color: #EE3888;
}

footer p a:hover {
	color: #EE3888;
}


/* Contact Form */

.contact-us .down-contact,
.contact-us #map {
	margin-top: 80px;
}

.contact-us .sidebar-heading h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.contact-us .contact-form input {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.contact-us .contact-form textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	height: 180px;
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.contact-us .contact-form input::placeholder,
.contact-us .contact-form textarea::placeholder {
	color: #aaa;
}

.contact-us .contact-form button {
	display: inline-block;
	background-color: #EE3888;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
}

.contact-us .contact-form button:hover {
	background-color: #fb9857;
}

.contact-us .contact-information {
	margin-left: 30px;
}

.contact-us .contact-information ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.contact-us .contact-information ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.contact-us .contact-information ul li h5 {
	font-size: 19px;
	font-weight: 900;
	color: #20232e;
	line-height: 30px;
}

.contact-us .contact-information ul li span {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 8px;
}


/* CATEGORY ARCHIVES */

.about-us {
	margin-top: 100px;
	text-align: center;
}

.about-us img {
	width: 100%;
	overflow: hidden;
}

.about-us p {
	margin: 40px 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.about-us ul li {
	display: inline-block;
	margin: 0px 5px;
}

.about-us ul li a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background-color: #212931;
	color: #fff;
	border-radius: 50%;
	transition: all .3s;
}

.about-us ul li a:hover {
	background-color: #EE3888;
}


/* Responsive Style */

@media (max-width: 992px) {
	.navbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}
	.navbar .navbar-brand {
		position: static;
		margin: 0;
		padding: 0;
	}
	.background-header .navbar-brand {
		position: static;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	.lang-switcher {
		padding-right: 15px;
		display: flex;
		align-items: center;
	}
}

.pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	white-space: nowrap;
	width: 100%;
	padding: 1rem 0 0
}

.pagination a {
	font-size: 0.8rem;
	color: #bfbfbf;
	letter-spacing: 0.1rem;
	font-weight: 700;
	padding: 5px 5px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

[theme='dark'] .pagination a {
	color: #b1b1ba
}

.pagination li {
	padding-bottom: 3px;
	margin: 0 20px;
	box-sizing: border-box;
	position: relative;
	display: inline
}

.pagination li.disabled {
	display: none
}

.pagination li:hover a {
	color: #000
}

[theme='dark'] .pagination li:hover a {
	color: #fff
}

.pagination li:before,.pagination li:after {
	position: absolute;
	content: '';
	width: 0;
	height: 3px;
	background: #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	bottom: 0px
}

[theme='dark'] .pagination li:before,[theme='dark'] .pagination li:after {
	background: #fff
}

.pagination li:before .active,.pagination li:after .active {
	width: 100%
}

.pagination li:before {
	left: 50%
}

.pagination li:after {
	right: 50%
}

.pagination li:hover:before,.pagination li:hover:after {
	width: 50%
}

.pagination li.active a {
	color: #000
}

[theme='dark'] .pagination li.active a {
	color: #fff
}

.pagination li.active:before,.pagination li.active:after {
	width: 60%
}

.sidebar-latest {
    padding: 1rem;
}

.sidebar-recent-posts {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    
}

.sidebar-recent-posts:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
}

.sidebar-recent-posts h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1976d2;
    position: relative;
    padding-bottom: 0.5rem;
}

.sidebar-recent-posts h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #1976d2;
}

.sidebar-recent-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-recent-posts li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

.sidebar-recent-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-recent-posts li:hover {
    transform: translateX(4px);
}

.sidebar-recent-posts a {
    display: block;
    color: #424242;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
    transition: color 0.2s ease;
}

.sidebar-recent-posts a:hover {
    color: #1976d2;
}

.sidebar-recent-posts .post-date {
    display: block;
    font-size: 0.875rem;
    color: #757575;
    font-weight: 400;
} 

.sidebar-related {
	padding: 1rem;
}

.sidebar-related-posts {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
}

.sidebar-related-posts:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
}

.sidebar-related-posts h3 {
	margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1976d2;
    position: relative;
    padding-bottom: 0.5rem;
}

.sidebar-related-posts h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #1976d2;
}

.sidebar-related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-related-posts li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

.sidebar-related-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-related-posts li:hover {
    transform: translateX(4px);
}

.sidebar-related-posts a {
	display: block;
    color: #424242;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
    transition: color 0.2s ease;
}

.sidebar-related-posts a:hover {
	color: #1976d2;
}

.sidebar-related-posts .post-date {
    display: block;
    font-size: 0.875rem;
    color: #757575;
    font-weight: 400;
    margin-top: 0.25rem;
}

/* 归档样式 - Material Design */
.sidebar-archives {
    padding: 1rem;
}

.sidebar-archives-posts {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
}

.sidebar-archives-posts:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
}

.sidebar-archives-posts h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1976d2;
    position: relative;
    padding-bottom: 0.5rem;
}

.sidebar-archives-posts h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #1976d2;
}

.sidebar-archives-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-archives-posts li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

.sidebar-archives-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-archives-posts .year-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #424242;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.5rem 0;
    transition: color 0.2s ease;
    position: relative;
}

.sidebar-archives-posts .year-toggle::before {
    content: '›';
    position: absolute;
    left: -1rem;
    transition: transform 0.3s ease;
    font-size: 1.2rem;
    opacity: 0;
}

.sidebar-archives-posts .year-toggle:hover::before {
    opacity: 1;
}

.sidebar-archives-posts .year-toggle.active::before {
    transform: rotate(90deg);
    opacity: 1;
}

.sidebar-archives-posts .year-toggle:hover {
    color: #1976d2;
    padding-left: 0.5rem;
}

.year-posts {
    display: none;
    padding-left: 1rem;
    margin-top: 0.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.year-posts.show {
    display: block;
}

.year-posts li {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.year-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.year-posts a {
    display: block;
    color: #424242;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.year-posts a:hover {
    color: #1976d2;
    transform: translateX(4px);
}

.year-posts .post-date {
    display: block;
    font-size: 0.875rem;
    color: #757575;
    margin-top: 0.25rem;
}

.sidebar .sidebar-archives, .sidebar-latest {
	padding: 0 0 1rem 0 !important;
}

/* 粘性横幅样式 */
.sticky-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: white;
  padding: 10px 0;
  z-index: 99999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: top 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0);
}

.sticky-banner.hide {
  transform: translateY(-100%);
}

.sticky-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.sticky-banner span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}

.banner-button {
  background-color: #EE3888;
  color: white;
  border: none;
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

.banner-button:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
  color: darkgray;
}

.close-banner {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0 15px;
  margin-right: 15px;
}

.close-banner:hover {
  color: #f5f5f5;
}

@media (max-width: 768px) {
  .sticky-banner-content {
    justify-content: space-evenly;
  }
  
  .sticky-banner span {
    margin-right: 0;
    text-align: center;
  }
}

/* CTA Banner 样式 */
.cta-banner {
    background-color: #ee3888;
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
    margin: 40px 0;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-banner h2 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cta-button {
    display: inline-block;
    background-color: white;
    color: #ee3888;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    color: #ee3888;
}

/* 移动端响应式样式 */
@media (max-width: 768px) {
    .cta-banner {
        padding: 20px 20px;
    }

  
}

/* 标签云样式 */
.sidebar-tags {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-tags h3 {
    font-size: 18px;
    font-weight: 700;
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-item {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    background-color: #f8f9fa;
    color: #495057;
    border-radius: 20px;
    transition: all 0.3s;
    text-decoration: none;
}

.tag-item:hover {
    background-color: #EE3888;
    color: #fff;
    text-decoration: none;
}

.details-tags {
    margin: 15px 0 30px 0;
}

.details-tags .tag-item {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 6px 12px;
    font-size: 13px;
    background-color: #f8f9fa;
    color: #495057;
    border-radius: 20px;
    transition: all 0.3s;
    text-decoration: none;
}

.details-tags .tag-item:hover {
    background-color: #EE3888;
    color: #fff;
    text-decoration: none;
}

/* Posts List */
.posts-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.item {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.item:hover {
    transform: translateY(-5px);
}

.item-img-bg {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content {
    padding: 20px;
}

.post-content .meta-category {
    margin-bottom: 10px;
}

.post-content .meta-category span {
    display: inline-block;
    padding: 4px 12px;
    background-color: #ff5b24;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.post-content h4 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.4;
}

.post-content h4 a {
    color: #1a1a1a;
    text-decoration: none;
}

.post-content h4 a:hover {
    color: #ff5b24;
}

.post-date {
    color: #aaa;
    font-size: 14px;
}

h2.sidebar-heading {
    font-weight: 400;
}

.blog-posts .down-content ul.post-info li.post-date {
    color: #495057;
    font-size: 13px;
}

.lang-switcher-desktop {}
.lang-switcher-mobile { display: none; }

@media (max-width: 992px) {
  .lang-switcher-desktop { display: none !important; }
  .lang-switcher-mobile { display: block !important; margin-left: 10px; }
  .lang-switcher-mobile select {
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    background: #fff;
    color: #444;
  }
}
@media (min-width: 993px) {
  .lang-switcher-desktop { display: flex !important; }
  .lang-switcher-mobile { display: none !important; }
}
